PPrintInk(const char * sName, PMBool bPrintInk, const char * sAngle, const char * sRuling);
Layout view only. The PPrintInk command works only in layout view.const char * sName;
Name of color exactly as it appears in the Ink listPMBool bPrintInk;
true to print the specified inkconst char * sAngle;
Screen angle at which to print the ink, from "0.0"to "360.0"
Specify an empty string ("") to leave angle unchangedconst char * sRuling;
Screen ruling (frequency) for specified ink, from "1.0"to "500.0"
Specify an empty string ("") to leave ruling unchanged
Example. The following example sets the ink "Red" to be printed with a screen angle of 45 degrees and a screen ruling of 60 lines per inch.
PPrintInk("Red", true, "450", "600");
The PGetPrintInk query
Adobe PageMaker 6.5 Help > Commands > File > Print
Comments or suggestions? Contact Adobe Developer Support